func runtime.appendIntStr

3 uses

	runtime (current package)
		error.go#L175: func appendIntStr(b []byte, v int64, signed bool) []byte {
		error.go#L203: 			b = appendIntStr(b, e.x, e.signed)
		error.go#L205: 			b = appendIntStr(b, int64(e.y), true)